home *** CD-ROM | disk | FTP | other *** search
/ Freelog 60 / Freelog060.iso / Solution / Codecs / MUSK / muskcodec.v5.exe / {app} / DirectVobSub / Docs / vobsub-auto.txt < prev    next >
Text File  |  2002-11-27  |  1KB  |  42 lines

  1. # usage: rundll32 vobsub.dll,Configure <paramfile>
  2. #  
  3. # inputpath\vts_01_0.ifo (inputpath\vts_01_*.vob exist)
  4. # outputpath\onlythefiletitlehere (outputpath can be the same as the inputpath)
  5. # 1 .. n
  6. #    - selects the program chain (set the same pgc you did at the dvd ripper program)
  7. # 0, 1 .. 9 
  8. #    - 0: indexes everything (not recommended for multi-angle dvds)
  9. #    - 1 .. n: only processes vob/cell ids from this angle
  10. # 0 .. en .. cc .. ALL (can be mixed)
  11. #    - 0-31: stream number
  12. #    - en, hu, fr, ..: stream id 
  13. #    - cc: closed caption
  14. #    - ALL: everything
  15. # CLOSE:
  16. #    - the progress dialog will close itself after finishing (optional)
  17. # SHOW:
  18. #    - shows config dialog when complete (optional)
  19. #
  20. # example:
  21. # --------- cut here and remove comment signs -------
  22. # e:\video_ts\vts_01_0.ifo
  23. # c:\vts\example1
  24. # 1
  25. # 0
  26. # 1 en 3 hu fr 9 cc
  27. # SHOW
  28. # ----------------- cut here ends -------------------
  29. #
  30. # another example:
  31. # --------- cut here and remove comment signs -------
  32. # e:\video_ts\vts_01_0.ifo
  33. # c:\vts\example2
  34. # 6
  35. # 2
  36. # ALL
  37. # CLOSE
  38. # ----------------- cut here ends -------------------
  39. #
  40. # That's it!
  41. #
  42. # (this is not a new functionality anymore, but still use it at your on risk :-)